home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Telecommunications / Term Programs / Emacs Folder / option to meta.rc < prev    next >
Encoding:
Text File  |  1988-01-01  |  1.1 KB  |  36 lines  |  [TEXT/EMAC]

  1. ;;
  2. ;; This file converts most of the "option" keys into meta
  3. ;; keys, since MicroEmacs 3.8M no longer does this
  4. ;; automaticly.
  5. ;;
  6. ;;   John Peterson, U. Utah.
  7. ;;
  8.  
  9. ;; Some Meta keys
  10. bind-to-key previous-word ∫        ;M-b
  11. bind-to-key case-word-capitalize ç    ;M-c
  12. bind-to-key delete-next-word ∂        ;M-d
  13. bind-to-key next-word ƒ            ;M-f
  14. bind-to-key goto-line ©            ;M-g
  15. bind-to-key case-word-lower ¬        ;M-l
  16. bind-to-key fill-paragraph œ        ;M-q
  17. bind-to-key previous-page √        ;M-v
  18. bind-to-key copy-region ∑        ;M-w
  19. bind-to-key execute-named-command ≈    ;M-x
  20. bind-to-key describe-key Ω        ;M-z (somewhat bogus)
  21. bind-to-key set-mark ^@            ;M-' '
  22. bind-to-key query-replace-string fi    ;M-%
  23. bind-to-key query-replace-string M-%
  24. ;;bind-to-key delete-previous-word
  25. bind-to-key end-of-file ˘        ;M->
  26. bind-to-key beginning-of-file ¯        ;M-<
  27. bind-to-key unmark-buffer Ÿ        ;M-~
  28. bind-to-key apropos ¿            ;M-?
  29. ;;bind-to-key case-word-upper ¨
  30. ;; Fix search keys
  31. bind-to-key grow-window ^]
  32. bind-to-key incremental-search ^S
  33. bind-to-key search-forward ^XS
  34. bind-to-key reverse-incremental-search ^R
  35. bind-to-key search-reverse ^XR
  36.